More tests for error cases in compile
authorYehuda Katz <wycats@gmail.com>
Fri, 9 May 2014 23:57:13 +0000 (16:57 -0700)
committerYehuda Katz <wycats@gmail.com>
Fri, 9 May 2014 23:57:13 +0000 (16:57 -0700)
commitb8621c50423ab118d6a7d4ba849b65473062ca31
tree90e7598ce686e80ff88e2a838ca51be02e9f2ede
parent6af6f4ce4b0e19357c2caf16e9a7461ac6e6ffc4
More tests for error cases in compile

Also some refactoring of the error structure. More cleanup work around
human-readable and CLI errors is still required.
src/bin/cargo-compile.rs
src/cargo/core/manifest.rs
src/cargo/ops/cargo_read_manifest.rs
src/cargo/util/mod.rs
src/cargo/util/result.rs
tests/support.rs
tests/test_cargo_compile.rs